home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / wing / cube.hp_ / cube.hp
Text File  |  1994-08-23  |  990b  |  27 lines

  1. /**************************************************************************
  2.  
  3.     CUBE.HPP - A spinning cube demo for WinG
  4.  
  5.  **************************************************************************/
  6. /**************************************************************************
  7.  
  8.     (C) Copyright 1994 Microsoft Corp.  All rights reserved.
  9.  
  10.     You have a royalty-free right to use, modify, reproduce and 
  11.     distribute the Sample Files (and/or any modified version) in 
  12.     any way you find useful, provided that you agree that 
  13.     Microsoft has no warranty obligations or liability for any 
  14.     Sample Application Files which are modified. 
  15.  
  16.  **************************************************************************/
  17.  
  18. /* Menu Items */
  19. #define MENU_ABOUT        1
  20. #define MENU_EXIT         2
  21. #define MENU_SPIN         3
  22. #define MENU_DISPERSED8x8 4
  23. #define MENU_DISPERSED4x4 5
  24. #define MENU_CLUSTERED4x4 6
  25. #define MENU_UNDITHERED   7
  26. #define MENU_MONOCHROME   8
  27.